From 20bd1ee507b275d88cdf71d2f2f22834919b5c5e Mon Sep 17 00:00:00 2001 From: Dietmar Hahn Date: Fri, 16 Mar 2012 10:14:38 +0100 Subject: [PATCH] x86/vpmu: small fix for console logging beauty Signed-off-by: Dietmar Hahn Committed-by: Jan Beulich --- xen/arch/x86/hvm/vmx/vpmu_core2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/arch/x86/hvm/vmx/vpmu_core2.c b/xen/arch/x86/hvm/vmx/vpmu_core2.c index 7ee3eee5cb..266d4a6141 100644 --- a/xen/arch/x86/hvm/vmx/vpmu_core2.c +++ b/xen/arch/x86/hvm/vmx/vpmu_core2.c @@ -690,7 +690,7 @@ static int core2_vpmu_initialise(struct vcpu *v, unsigned int vpmu_flags) printk("******************************************************\n"); printk("** WARNING: Emulation of BTS Feature is switched on **\n"); printk("** Using this processor feature in a virtualized **\n"); - printk("** environment is not 100%% safe. **\n"); + printk("** environment is not 100%% safe. **\n"); printk("** Setting the DS buffer address with wrong values **\n"); printk("** may lead to hypervisor hangs or crashes. **\n"); printk("** It is NOT recommended for production use! **\n"); -- 2.30.2